home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’93
/
HackTV & Example panel comp.
/
DebugFlags.h
next >
Wrap
Text File
|
1993-08-18
|
740b
|
34 lines
/*
File: DebugFlags.h
Contains: Debug flags.
Written by: Gary Woodcock
Refer to develop Issue 14, "Video Digitizing Under QuickTime",
for details on this code.
Copyright: © 1992-1993 by Gary Woodcock, all rights reserved.
Change History (most recent first):
*/
//-----------------------------------------------------------------------
#ifndef _DEBUGFLAGS_
#define _DEBUGFLAGS_
//-----------------------------------------------------------------------
// flags
// Comment out this flag when building a standalone component
#define DEBUG_ME
//-----------------------------------------------------------------------
#endif _DEBUGFLAGS_
//-----------------------------------------------------------------------